home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / TPLATE30.QDH < prev    next >
Text File  |  1992-10-27  |  2KB  |  100 lines

  1. //
  2. // template 30 for qdhelp
  3. // Use this template if you are going to build help
  4. // for windows 3.0
  5. //
  6. // This is a sample template for use in building
  7. // help files using the QDHELP program.  These
  8. // templates give you the basic building blocks
  9. // to quickly put together a help file for your
  10. // programs.
  11. //
  12. //
  13.  
  14. //
  15. // set up the options for the .hpj file
  16. //
  17.  
  18. /hpjoption TITLE,TEMPLATE FOR WIN 3.0
  19. /hpjoption INDEX,TPLATE_INDEX
  20.  
  21. //
  22. // start of help topics
  23. //
  24.  
  25. /topic TPLATE_INDEX
  26.  
  27.     /title Template #30
  28.     
  29.     /para \sa150
  30.     /text \b\i\fs50,Template #30
  31.     /endpara
  32.  
  33.     /para \fi200 \sa150
  34.     This is template #30 for the QDHELP system.  This template
  35.     has a large title then an introductory paragraph. Follow
  36.     that comes bold topic headings and paragraphs for each
  37.     topic.
  38.     /endpara
  39.  
  40.     /para \sa150
  41.     /text \b\fs30,Topic Heading 
  42.     /endpara
  43.  
  44.     /para \fi200 \sa150
  45.     This is the topic heading paragraph.  It will contain
  46.     information on the topic heading.  Next you will find
  47.     a series of links to the subtopics of this topic.
  48.     /endpara
  49.  
  50.     /para 
  51.     /link SUBTOPIC1,Sub Topic 1
  52.     /endpara    
  53.  
  54.     /para
  55.     /link SUBTOPIC2,Sub Topic 2
  56.     /endpara
  57.  
  58. /endtopic
  59.  
  60. //
  61. // subtopic 1
  62. //
  63.  
  64. /topic SUBTOPIC1
  65.  
  66.     /title Sub Topic 1
  67.     /keywords subtopic1;topic
  68.     /browse subtopic,1
  69.  
  70.     /para \sa150
  71.     /text \b\i\fs50,Sub Topic 1 Title
  72.     /endpara
  73.  
  74.     /para 
  75.     This will be the text for the sub topic 1 information.
  76.     /endpara
  77.  
  78. /endtopic
  79.  
  80. //
  81. // subtopic 2
  82. //
  83.  
  84. /topic SUBTOPIC2
  85.  
  86.     /title Sub Topic 2
  87.     /keywords subtopic2;topic
  88.     /browse subtopic,2
  89.  
  90.     /para \sa150
  91.     /text \b\i\fs50,Sub Topic 2 Title
  92.     /endpara
  93.  
  94.     /para 
  95.     This will be the text for the sub topic 2 information.
  96.     /endpara
  97.  
  98. /endtopic
  99.     
  100.